get

pure function get(index: integer): T

Retrieve the element at the specified index.

Since

0.6.0

Parameters

index

the index of the element to retrieve

Throws

exception

if the provided index is out of bounds